home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / system / regrun / regruns.exe / regruns580.exe / {app} / Windows NT4.rbm < prev    next >
Text File  |  2000-02-01  |  44KB  |  846 lines

  1. @#$Node 0 System Managment
  2. @#$Node 1 Logon
  3. @#$Key  2 Auto Logon (no need enter Name and Password)
  4. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\
  5. 1. Open the key.
  6. 2. Create a new String Value, and name it 'DefaultUserName'.
  7. 3 .Modify the data of 'DefaultUserName' to match the default user name.
  8. 2. Create a new String Value with name 'DefaultPassword'  and enter in the password.
  9. 3. Add the new String Value, and enter AutoAdminLogon as name of value. Set it to "1".
  10. 4. Logoff and logon again automatically.
  11. @#$Key  2 Login Shell immediatelly with Login Script
  12. HKEY_CURRENT_USER\software\microsoft\windows nt\currentversion\winlogon\RunLogonScriptSync
  13. RunLogonScriptSync    REG_DWORD
  14. Range:     0 (disabled) or 1 (enabled)
  15. Default:    0
  16. Determines whether the logon script and Program Manager are synchronized. If the value of this entry is 1, 
  17. Program Manager does not begin loading the desktop until the logon script has finished running.  If the value is 
  18. 0, the logon script and Program Manager can run simultaneously.
  19. Note: This value entry also appears in HKEY_LOCAL_MACHINE\Software\Microsoft
  20. \Windows NT\CurrentVersion\Winlogon. The HKEY_LOCAL_MACHINE value applies to all users. The 
  21. HKEY_CURRENT_USER value applies only to the current user. You can use the System Policy Editor to 
  22. change this value.
  23. @#$Key  2 Parse Autoexec.bat
  24. HKEY_CURRENT_USER\software\microsoft\windows nt\currentversion\winlogon\ParseAutoexec
  25. ParseAutoexec     REG_SZ
  26. Range: 0 or 1
  27. Default:  1
  28. If the value is set to 1, Autoexec.bat is parsed when you log on to Windows NT. If the value is set to 0, 
  29. Autoexec.bat is not parsed. This has no effect on the parsing of Autoexec.nt or Config.nt.
  30.  
  31. Note:  You can use the System Policy Editor to change this value.
  32. @#$Key  2 Restricts access  to the CDs in the CD-ROM drives
  33. HKEY_CURRENT_USER\software\microsoft\windows nt\currentversion\winlogon\AllocateCDRoms
  34. AllocateCDRoms   REG_SZ 
  35. Range:1
  36.  
  37. Restricts access  to the CDs in the CD-ROM drives only to the user currently logged on to the computer.  In 
  38. this mode, CDs are allocated to the user as part of the interactive logon process, and freed for general use or 
  39. for reallocation only when that user logs off.  Satisfies part of C2 security requirement that removable media 
  40. must be able to be secured.  If this value entry is not added, the contents of the CDs in the drives will be 
  41. available to all processes on the system.
  42. @#$Key  2 Restricts access  to the disks in  the floppy disk drives
  43. HKEY_CURRENT_USER\software\microsoft\windows nt\currentversion\winlogon\AllocateFloppies
  44. AllocateFloppies    REG_SZ 
  45. Range:1
  46.  
  47. Restricts access  to the disks in  the floppy disk drives only to the user currently logged on to the computer.  In 
  48. this mode, floppy disks are allocated to the user as part of the interactive logon process, and freed for general 
  49. use or for reallocation only when that user logs off.  Satisfies part of C2 security requirement that removable 
  50. media must be able to be secured.  If this value entry is not added, the contents of the floppy disks in the 
  51. drives will be available to all processes on the system.
  52. @#$Key  2 Auto restart shell if it stops
  53. HKEY_CURRENT_USER\software\microsoft\windows nt\currentversion\winlogon\AutoRestartShell
  54. AutoRestartShell    REG_DWORD 
  55. Range: 0 or 1
  56.  
  57. Default: 1 (enabled)
  58.  
  59. Specifies whether the WindowsáNT user interface (usually Explorer.exe) is restarted automatically if it stops 
  60. unexpectedly. If this value is set to 1, and the Windows NT user interface, or one of the third party 
  61. components of the user interface fails, the interface will be restarted automatically.  If this value is set to 0, the 
  62. user must restart the interface by logging off and logging on again.
  63. @#$Key  2 Don't display last user name when logon
  64. HKEY_CURRENT_USER\software\microsoft\windows nt\currentversion\winlogon\DontDisplayLastUserName
  65. DontDisplayLastUserName     REG_SZ
  66. Range:  0 or 1
  67.  
  68. Default:  0 (false)
  69.  
  70. By default, Windows NT displays the name of the last person to log on in the Username space of the Logon 
  71. Information dialog box.  If you add this value entry and set it to 1, the Username space is always blank when 
  72. the Logon Information dialog box appears.
  73. Note:  You can use the System Policy Editor to change this value.
  74. @#$Key  2 Set a message when the user logon
  75. HKEY_CURRENT_USER\software\microsoft\windows nt\currentversion\winlogon\LegalNoticeCaption
  76. LegalNoticeCaption    REG_SZ     
  77. Range: String
  78. Default:  (none)
  79. Specifies a caption for a message to appear when the user presses CTRL+ALT+DEL during logon. Add this 
  80. value entry if you want to add a warning to be displayed when a user attempts to log on to a Windows NT 
  81. system. The user cannot proceed with logging on without acknowledging this message.
  82. To specify text for the message, you must also specify a value for LegalNoticeText.
  83. Note:  You can use the System Policy Editor to change this value. 
  84.  
  85. LegalNoticeText    REG_SZ     
  86. Range: String
  87. Default:  (none)
  88.  
  89. Specifies the message to appear when the user presses CTRL+ALT+DEL during logon. Add this value entry if 
  90. you want to add a warning to be displayed when a user attempts to log on to a Windows NT system. The user 
  91. cannot proceed with logging on without acknowledging this message.
  92. To include a caption for the logon notice, you must also specify a value for
  93. LegalNoticeCaption.
  94. Note:  You can use the System Policy Editor to change this value.
  95. @#$Key  2 Logon Prompt
  96. HKEY_CURRENT_USER\software\microsoft\windows nt\currentversion\winlogon\LogonPrompt
  97. LegalNoticeText    REG_SZ     
  98. Range: String
  99. Default:  (none)
  100.  
  101. Specifies the message to appear when the user presses CTRL+ALT+DEL during logon. Add this value entry if 
  102. you want to add a warning to be displayed when a user attempts to log on to a Windows NT system. The user 
  103. cannot proceed with logging on without acknowledging this message.
  104. To include a caption for the logon notice, you must also specify a value for
  105. LegalNoticeCaption.
  106. Note:  You can use the System Policy Editor to change this value.
  107. @#$Key  2 Specifies own shell program.
  108. HKEY_CURRENT_USER\software\microsoft\windows nt\currentversion\winlogon\Shell
  109. Shell    REG_SZ     
  110. Range: Executable names
  111. Default:    Explorer.exe
  112.  
  113. Specifies executables that are run by USERINIT and that are expected to be in the user's shell program. If for 
  114. some reason Winlogon cannot start the entries listed in Userinit, then Winlogon will execute the entries in Shell 
  115. directly.
  116. @#$Node 1 Shutdown
  117. @#$Key  2 Powerdown After Shutdown 
  118. HKEY_CURRENT_USER\software\microsoft\windows nt\currentversion\winlogon\PowerdownAfterShutdown
  119. PowerdownAfterShutdown     REG_SZ     
  120. Range: 0 or 1
  121. Default:  0 on Windows NT Server, 1 on Windows NT Workstation
  122.  
  123. Determines whether the Shutdown and Power Off option appears in the Shutdown Computer dialog box. (This 
  124. dialog box appears when you press CTRL+ALT+DELETE and then click the Shut Down button.) The option 
  125. appears only if the value of this entry is 1. See also ShutdownWithoutLogon and NoClose.
  126. Note: The Power Off option is not supported on all computers. 
  127. You need to replace hall.dll!
  128. @#$Key  2 Shutdown Without Logon
  129. HKEY_CURRENT_USER\software\microsoft\windows nt\currentversion\winlogon\ShutdownWithoutLogon
  130. ShutdownWithoutLogon     REG_SZ     
  131. Range:    0 or 1
  132. Default:    0 on Windows NT Server, 1 on Windows NT Workstation
  133.  
  134. Specifies whether the Shut Down button in the Logon Information dialog box is enabled.  If the value is set to 
  135. 1, users can click the Shut Down button to stop the operating system without logging on or  turning off power 
  136. to the computer. If it is set to 0, the Shut Down button is disabled. See also NoClose and 
  137. PowerdownAfterShutdown.
  138. Note:  You can use the System Policy Editor to change this value.
  139. @#$Key  2 Specifies the default option for the Logoff dialog box
  140. HKEY_CURRENT_USER\software\microsoft\windows nt\currentversion\winlogon\LogoffSetting
  141. LogoffSetting     REG_DWORD     
  142. Range: 0, 1, 2, or 3
  143. Default:  0
  144.  
  145. Specifies the default option for the Logoff dialog box.
  146. Valid values are:
  147. 0 = Logoff
  148. 1 = Shutdown
  149. 2 = Shutdown and Restart
  150. 3 = Shutdown and Power Off (when supported).
  151. @#$Key  2 Set the default value for the Shutdown Computer dialog box
  152. HKEY_CURRENT_USER\software\microsoft\windows nt\currentversion\winlogon\ShutdownSetting
  153. ShutdownSetting     REG_DWORD     
  154. Range: 0, 1, 2, or 3
  155. Default:  0
  156.  
  157. Specifies the default value for the Shutdown Computer dialog box. This dialog box appears when you press 
  158. CTRL+ALT+DELETE  and then click the Shut Down button.
  159. Valid values are:
  160. 0 = Logoff
  161. 1 = Shutdown
  162. 2 = Shutdown and Restart
  163. 3 = Shutdown and Power Off (when supported).
  164. @#$Key  2 Clear PageFile At Shutdown
  165. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\ClearPageFileAtShutdown
  166. ClearPageFileAtShutdown     REG_DWORD      
  167. Range:0 or 1
  168. Default:  0
  169.  
  170. Specifies whether inactive pages in the paging file are filled with zeros when the system stops. If this value is 
  171. set to 1, as the system stops, WindowsáNT fills all inactive pages in the paging file with zeros so that they 
  172. cannot be read by another process. It cannot fill all pages with zeros because some are being used by the 
  173. system or other remaining active processes. This is a WindowsáNT security feature.
  174. @#$Node 1 Control Panel
  175. @#$Key  2 Accessibility
  176. HKEY_CURRENT_USER\Control Panel\Accessibility
  177. @#$Key  2 Date/Time
  178. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation
  179. @#$Key  2 Devices
  180. HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\SERVICES
  181. @#$Key  2 Display
  182. HKEY_CURRENT_USER\Control Panel\Desktop
  183. @#$Key  2 Fonts
  184. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts
  185. @#$Key  2 Keyboard
  186. HKEY_CURRENT_USER\Control Panel\Desktop
  187. @#$Key  2 Modems
  188. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Unimodem
  189. @#$Key  2 Mouse
  190. HKEY_CURRENT_USER\Control Panel\Mouse
  191. @#$Key  2 Multimedia
  192. HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\MULTIMEDIA
  193. @#$Key  2 Ports
  194. HKEY_LOCAL_MACHINE\HARDWARE\RESOURCEMAP\
  195. @#$Key  2 Printers
  196. HKEY_CURRENT_USER\Printers\
  197. @#$Key  2 International Settings
  198. HKEY_CURRENT_USER\Control Panel\International
  199. @#$Key  2 SCSI Adapters
  200. HKEY_LOCAL_MACHINE\HARDWARE\RESOURCEMAP\ScsiAdapter\
  201. @#$Key  2 Services
  202. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
  203. @#$Key  2 Sounds
  204. HKEY_CURRENT_USER\APPEVENTS\SCHEMES\APPS\.DEFAULT
  205. @#$Key  2 Tape Devices
  206. HKEY_LOCAL_MACHINE\HARDWARE\RESOURCEMAP\OtherDrivers\TapeDevices\
  207. @#$Key  2 UPS
  208. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UPS\
  209. @#$Node 1 Automatically Running Programs Everytime Windows Starts
  210. @#$Key  2 Auto Run when Windows NT starts in early state
  211. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
  212. Add the values with desired names and values.
  213. All programs start in early state of Windows NT loading.
  214. Value examples:
  215.     autocheck autochk * /r\DosDevice\<drive letter>:  - check all drivers
  216.     autocheck autochk *  - auto check
  217.     autocheck autochk /k:x * - exclude drive x from checks
  218.  
  219. Only for NT 4.0 with SP2  or higher
  220. chkntfs /x <drive letter>: 
  221. e.g. chkntfs /x f: would exclude the check of drive f: 
  222. To set the system back to checking all drives just type 
  223. chkntfs /d 
  224.  
  225.  
  226. @#$Key  2 Services Run
  227. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices
  228. The programs started from this key are activated before user login.
  229. Examples: 
  230. SystemTray (systray)
  231. Network Monitor Agent (nmagent.exe) etc.
  232. Note: You may add manually only programs that specially designed to run as service.
  233.  
  234. @#$Key  2 All Users Run
  235. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
  236. For each program you wish to start automatically create a new string value using a descriptive name, and set 
  237. the value of the string to the program executable. e.g. 
  238. To automatically start Notepad, add a new entry of "Notepad"="c:\windows\notepad.exe"
  239. Note: Remember to include the full path, if the directory is not included in your default search path.
  240.  
  241. @#$Key  2 Run Programs only for Current User
  242. HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
  243. If you activated the multiuser environment you may add auto start programs for each user/
  244. To automatically start Notepad, add a new entry of "Notepad"="c:\windows\notepad.exe"
  245. Note: Remember to include the full path, if the directory is not included in your default search path.
  246. @#$Key  2 Run Services Once
  247. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServicesOnce
  248. The Windows installation system uses this key to setup software.
  249. All programs that started from this key loaded only one time and before programs from
  250. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunServices
  251. @#$Key  2 Run Once
  252. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
  253. If you want a program to run only once and then never run again, perform the above but add the values under
  254. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce. Once the program 
  255. has run it gets deleted from the RunOnce key.
  256. @#$Key  2 Specifies executables to be run by Winlogon in the system context
  257. HKEY_CURRENT_USER\software\microsoft\windows nt\currentversion\winlogon\System
  258. System    REG_SZ     
  259.  
  260. Range: Executable names
  261. Default:  lsass.exe
  262. Specifies executables to be run by Winlogon in the system context. These are activated during system 
  263. initialization.
  264. @#$Key  2 Set executables to be runned when a user logs on
  265. HKEY_CURRENT_USER\software\microsoft\windows nt\currentversion\winlogon\Userinit
  266. Userinit    REG_SZ     
  267. Range: Executable names
  268. Default:  USERINIT,NDDEAGNT.EXE
  269.  
  270. Specifies executables to be run by Winlogon when a user logs on. These executables are run in the user 
  271. context. The first entry (USERINIT) is responsible for executing the shell program. NDDEAGNT.EXE is needed 
  272. to run NetDDE.
  273. @#$Key  2 Rename Files on reboot
  274. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\FileRenameOperations
  275. Entries for the FileRenameOperation support the MoveFileEx delayed-rename
  276. and delayed-delete capabilities. Entries are stored under this Registry
  277. path:
  278.  
  279. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\FileRenameOperations
  280.  
  281. These entries should be maintained only by the system.
  282. @#$Key  1 Creating Program Aliases in Windows
  283. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths
  284. A hidden feature in the Windows registry allows you to create program aliases. Allowing you to create, for 
  285. example, an alias called EDIT.EXE that when executed actually runs another program, e.g. 
  286. NOTEPAD.EXE
  287.  
  288. 1. Using Regedit, open the key found below. There should be a number of sub-keys already visible below the 
  289. key.
  290. 2. Create a new sub-key, and rename it to the name of the alias you wish to create (e.g. EDIT.EXE).
  291. 3. Modify the (default) value to equal the fully qualified path and filename of the application you want to be 
  292. launched when you execute the alias (e.g. 'c:\windows\notepad.exe').
  293. 4. Exit Regedit, and to test use the Start | Run command type in the name of your alias (i.e. EDIT.EXE) 
  294. and the aliased program should be launched, in this case Notepad.
  295.  
  296.  
  297. @#$Key  1 Uninstall Applications
  298. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
  299. All Windows 9x or NT compatible programs must include an Uninstall program, sometimes though the program 
  300. may get removed but entry in Add/Remove programs doesn't, from this key you can remove those orphaned 
  301. entries.
  302. To see which application each sub-key represents, open it and there should be at least two values 
  303. 'DisplayName' and 'UninstallString'. 'DisplayName' is the name used in the Add/Remove programs list, and 
  304. 'UninstallString' is the program used to uninstall the application.
  305. To remove a program from the list you can simple delete the sub-key representing that program.
  306. @#$Key  1 Registry Size
  307. HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\CONTROL\RegistrySizeLimit
  308. RegistrySizeLimit    REG_DWORD      
  309. Range:    0  -or-  Megabytes: 4 - 0xFFFFFFFF  (Actual range: 4MB ù 80% of paged pool)
  310. Default:     25% of the size of the paged pool  
  311. Establishes the maximum amount of paged pool space (and disk paging file space) that can be consumed by 
  312. Registry data from all applications. (It does not allocate space in the paged pool, nor does it assure that the 
  313. space will be available if needed.)
  314.  
  315. If the value of this entry is 0, the system adjusts the RegistrySizeLimit dynamically based on the size of the 
  316. paged pool.
  317. If both RegistrySizeLimit and PagedPoolSize are set to 0, PagedPoolSize is set approximately equal to the 
  318. amount of physical random access memory on the computer, and RegistrySizeLimit is set to approximately 25% 
  319. of PagedPoolSize.
  320. If the value of this entry is 0xFFFFFFFF, the system sets RegistrySizeLimit to 80% of the size of the paged pool.
  321. This value entry is designed to prevent the Registry from consuming space needed by processes. The space 
  322. controlled by RegistrySizeLimit includes the hive space, as well as some of the RegistryÆs run-time structures. 
  323. Other Registry run-time structures are protected by their own size limits or by other means. 
  324. Note:  To ensure that a user can always start the system and edit the Registry, the Registry is not subject to 
  325. the maximum set in RegistrySizeLimit until after the first successful loading of a hive (that is, the loading of a 
  326. user profile).
  327. @#$Key  1 Size of System Memory Cache
  328. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\LargeSystemCache
  329. Value: LargeSystemCache     REG_DWORD     
  330. Range: 0, 1, 2, 3
  331. Default: 0
  332. On servers, this value determines whether the file system cache or the working sets of processes are given 
  333. priority for space in memory. To change this value, double-click Network in Control Panel, click the Services 
  334. tab, then double-click Server. To favor the cache, click Maximize Throughput for File Sharing. To favor 
  335. working sets, click Maximize Throughput for Network Applications.
  336. Values:
  337. 0    Minimize memory used.
  338. 1    Balance (cache and working sets have equal priority).
  339. 2    Maximize throughput for file sharing (the cache has a higher priority).
  340. 3    Maximize throughput for network applications (the working sets have higher priority).
  341. @#$Key  1 Changing the Location of Windows  Installation Files
  342. HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\SETUP\SOURCEPATH\
  343. if you need to change the location of Windows distributive set he value "SourcePath" 
  344. @#$Key  1 Enable or Disable the CD-ROM Autorun
  345. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CDRom
  346. This will stop applications from auto launching wehn you insert a CD-ROM disc.
  347. Set the Value "Autorun" to the "0" (disable) or "1"(enable).
  348. @#$Key  1 Disable PC Speaker sound on Errors
  349. HKEY_CURRENT_USER\Control Panel\Sound
  350. if you can't find a way to off your PC Speaker, you can a chance to do it:
  351. 1. Open a Key.
  352. 2. Locate the value 'Beep' if it doesn't already exist create it, by selecting Edit | New | String Value and naming 
  353. the new value 'Beep'.
  354. 3. Modify the value of 'Beep' to either 'Yes' beeping enabled, or 'No' beeping disabled.
  355. @#$Key  1 Allows you to specify a different task manager
  356. HKEY_CURRENT_USER\software\microsoft\windows nt\currentversion\winlogon\Taskman
  357. Taskman     REG_SZ     
  358. Range: Executable name
  359. Default:  (none)
  360.  
  361. Allows you to specify a different task manager.
  362. @#$Key  1 Clear the Run history
  363. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU
  364. Select the value to remove and press Del. 
  365. @#$Key  1 The order in which the service is loaded
  366. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\GroupOrderList
  367. For a service listed under CurrentControlSet\Services, the value of the Group entry plus any Tag entry 
  368. determines the order in which the service is loaded. But not all services have a Tag entry, and not all groups 
  369. have an entry in the GroupOrderList subkey. The ServiceGroupOrder subkey specifies the order for loading 
  370. groups.
  371.  
  372. The entries in the key are all of type REG_BINARY. These are the default entries that define the order within 
  373. groups:
  374.  
  375. Base
  376.  
  377. Filter
  378. Keyboard Class
  379. Keyboard Port
  380. Ndis
  381. Pointer Class
  382. Pointer Port
  383. Primary Disk
  384. SCSI Miniport
  385. Video
  386. @#$Node 0 Windows Enhancement
  387. @#$Key  1 Automatically View Thumbnails of Bitmap Files
  388. HKEY_CLASSES_ROOT\Paint.Picture\DefaultIcon
  389. This setting will make Explorer show us a "thumbnail" version of any bitmap files that happens to be in the 
  390. current folder, rather than the generic bitmap icon ordinarily used.
  391. Open a registry key:
  392. HKEY_CLASSES_ROOT\.bmp
  393. and look to the Default Value (located on the right pane).
  394. If you use a standard assosiations you'll see "Paint.Picture" (or any name, for example "BMP_Pict").
  395. Then go to the registry key HKEY_CLASSES_ROOT\Paint.Picture\DefaultIcon (or to 
  396. HKEY_CLASSES_ROOT\BMP_pict\DefaultIcon) and change the Default Value to  " %1".
  397. You need logoff and logon to see changes!
  398.  
  399. @#$Key  1 Full Window Drag Option
  400. HKEY_CURRENT_USER\Control Panel\Desktop\DragFullWindows
  401. This setting enables the Full Windows Drag function, which allow you to view the contents of window while 
  402. dragging it across the screen, instead of just the standard outline.
  403.  
  404. 1. Go to the Key.
  405. 2. Set the value of "DragFullWindows" to "1" to enable, if the value doesn't exit create it.
  406. 3. Exit Regedit and reboot.
  407.  
  408. @#$Key  1 Can I enable the mouse snap-to?
  409. HKEY_CURRENT_USER\Control Panel\Mouse 
  410. 1. If the value SnapToDefaultButton not exists, add a new string value "SnapToDefaultButton" (watch the 
  411. case). 
  412. 2. Set this value to 1. 
  413. 3. Logoff and login again
  414. @#$Node 1 Explorer
  415. @#$Key  2 How can I open a command prompt at my current directory in Explorer?
  416. HKEY_CLASSES_ROOT\DIRECTORY\SHELL\
  417. 1. Add a new key and enter a name of DOSHere (or anything else) 
  418. 2. Under the new key add another key named "command" (only in lowercase). 
  419. 3. Under the key (DOSHere) double click on (Default) and enter a name that will be displayed when you right 
  420. click on the directory, e.g. "&DOS Command Prompt Here"
  421. 4. Move to the command key and again double click on (Default) and enter
  422.      c:\cmd.exe /k cd "%1"
  423. 5. That's all!
  424. If you want to add this feature to files:
  425. go to the HKEY_CLASSES_ROOT\*\shell\ and repeat steps 1-5.
  426. @#$Key  2 Adding Explore From Here to Every Folder
  427. HKEY_CLASSES_ROOT\*\shell\
  428. When you right click on any file this will give you a popup menu and an option to "Explore From Here", which 
  429. will open up and explorer window of this file.
  430.  
  431. 1. Go to the HKEY_CLASSES_ROOT\*\shell\rootexplore key, if it doesn't already exist then create it.
  432. 2. Edit the "(Default)" setting to read "E&xplore From Here".
  433. 3. Under rootexplore create a new key called "command", and edit the "(Default)" setting to read 
  434. "explorer.exe /e,/idlist,%i".
  435. You not need to reboot!
  436. Open explorer and go!
  437. If you want to do it for folders:
  438. go to the HKEY_CLASSES_ROOT\DIRECTORY\SHELL\ and repeat procedure.
  439. @#$Key  2 When I double-click on My Computer, I want it to launch Explorer
  440. HKEY_CLASSES_ROOT\CLSID\20D04FE0-3AEA-1069-A2D8-08002B30309D\Shell\
  441. 1. Open HKEY_CLASSES_ROOT\CLSID\20D04FE0-3AEA-1069-A2D8-08002B30309D\Shell.
  442. 2. Add a new key called Open. 
  443. 3. In the Open key, add a new key called Command. 
  444. 4. Add a value to the Command key as a regular string value, with no name. 
  445. 5. As the string, enter Explorer.exe. 
  446.  
  447. The next time you double-click My Computer, it will launch Explorer, and not My Computer. If you want to make 
  448. the system use
  449. My Computer again, take out the two values listed. 
  450. @#$Key  2 Prevent Open Explorer from restarting when you restart
  451. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\
  452. If you wish to prevent certain open (or minimized apps) such as Explorer.exe or Control Panel from
  453. automatically opening when you restart, go to the key. If the right hand pane doesn't have an entry for 
  454. NoSaveSettings that is type REG_BINARY, add it.  Now, change value to hexadecimal 1 (right hand pane will 
  455. look like 01 00 00 00) Close all applications (or you will get a scary message) and reboot.
  456. @#$Key  2 Is there a way to automatically refresh the contents of my folders? 
  457. HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Update\UpdateMode
  458. 1. Go to the Key.
  459. 2. Edit the UpdateMode value, and change it to 0 in Windows NT or 00 in 
  460. Windows 95. The next time you make changes in Explorer, they will be immediate. 
  461. @#$Node 1 Icons and Shortcuts
  462. @#$Key  2 Displaying Hi-Color Icons 
  463. HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics\Shell Icon BPP
  464. The key let's you display icons in high-color mode, without having to install the Plus Pack option. Note: You 
  465. need a graphics card capable of displaying above 256 colors for this to be useful.
  466. Value: 
  467. "Shell Icon BPP"= "16"
  468. @#$Key  2 Removing Icons from your Desktop 
  469. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace
  470. This key contains a number of subkeys which hold information about the namespace extensions of icons on 
  471. your desktop. Through this key you can control which icons are visible on the desktop, including the My 
  472. Computer, Inbox, MSN and Internet icons.
  473.  
  474. The name of each key is a globally unique identifier (GUID), and the default value of each key is a 
  475. human-readable name for the namespace extension, although this is not the same name as the icon on the 
  476. desktop.
  477.  
  478. To delete an icon from your desktop:
  479. 1. Step through the subkeys until you find the key representing the icon you want to remove from your 
  480. desktop, delete the key and the icon should disappear.
  481. @#$Key  2 Desktop Icon Redraw Frequency
  482. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer
  483. If you desktop icons are redrawing too frequently, change this setting.
  484. Try editing:
  485. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer
  486. Add Value of "Max Cached Icons" with type REG_SZ. Set it to "8000".
  487. @#$Key  2 Change the icon for My Comuter
  488. HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\DefaultIcon
  489. Change the Default value of key to the icon required, e.g. "c:\myicons\newicon.ico,0".
  490. The 0 shows it is icon 1 in the file.
  491. @#$Key  2 How to change the Network Neighborhood icon
  492. HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\DefaultIcon
  493. Change the Default value of key to the icon required, e.g. "c:\myicons\newicon.ico,0".
  494. The 0 shows it is icon 1 in the file.
  495. @#$Key  2 How to change the Recycle Bin icons
  496. HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon
  497. Change the Default value of key to the icon required, e.g. "c:\myicons\newicon.ico,0".
  498. The 0 shows it is icon 1 in the file.
  499. @#$Key  2 How can I recreate the Recycle bin icon?
  500. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace
  501. 1. Enter a new key  "{645FF040-5081-101B-9F08-00AA002F954E}" 
  502. 2. Change the Default value to "Recycle Bin". 
  503. @#$Key  2 How to delete or rename Inbox icon
  504. HKEY_CLASSES_ROOT\CLSID\{00020D75-0000-0000-C000-000000000046}\ShellFolder
  505. Change the Attributes value from 72000000 to:
  506. 50000000 (activate rename command)
  507. 60000000 (activate delete command)
  508. @#$Key  2 How can I get rid of the arrow over the shortcuts?
  509. HKEY_CLASSES_ROOT\lnkfile
  510. Select IsShortcut value and delete it 
  511. Also, do it in HKEY_CLASSES_ROOT\piffile.
  512. @#$Node 1 Wallpaper
  513. @#$Key  2 How to display a wallpaper other than the center of the screen?
  514. HKEY_CURRENT_USER\Control Panel\Desktop\
  515. 1. Open a key.
  516. 2  Add a Value "WallpaperOriginX" with the number of picels for left offset.
  517. 3. Next select Add a Value "WallpaperOriginY"  with the number of picels for top offset.
  518. 3. Logoff and on to get music!
  519. @#$Key  2 Change Wallpaper for current user
  520. HKEY_CURRENT_USER\Control Panel\desktop
  521. This key lets you change the wallpaper that appears prior to anyone logging in to the system.
  522. 1. Using Regedit, open the key.
  523. 2. Modify Value Name Wallpaper' to equal the BMP you want to use as the background (e.g. 
  524. c:\windows\mylogo.bmp').
  525. 3. Reboot your PC for the changes to take affect.
  526.  
  527. Note: In the same key, you should also be aware of, and possibly set: "Pattern"="(None)" 
  528. "TileWallpaper"="0"
  529. @#$Key  2 Change the Wallpaper Shown Prior to Logon 
  530. HKEY_USERS\.DEFAULT\Control Panel\Desktop
  531. This key lets you change the wallpaper that appears prior to anyone logging in to the system.
  532. 1. Using Regedit, open the key.
  533. 2. Modify Value Name Wallpaper' to equal the BMP you want to use as the background (e.g. 
  534. c:\windows\mylogo.bmp').
  535. 3. Reboot your PC for the changes to take affect.
  536.  
  537. Note: In the same key, you should also be aware of, and possibly set: "Pattern"="(None)" 
  538. "TileWallpaper"="0"
  539.  
  540. @#$Node 1 Creating a Shortcut to the System Folders
  541. @#$Key  2 What is CLSID?
  542. HKEY_CLASSES_ROOT\CLSID
  543. Everything in Windows is dealt with as a number instead of as a name. 
  544. People, however, tend to deal with things by name. 
  545. CLSID is where all the numbers are listed for icons, applications, directories, file types, and  more. 
  546. Each one must be unique, and is assigned to the manufacturer by Microsoft. 
  547. The manufacturer then puts the CLSID into the installation program files so it can update the Registry upon 
  548. installation.
  549.  
  550. For example:
  551. Create a new folder on your desktop and name it "Control 
  552. Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" It should look like the normal Control Panel icon (not a 
  553. shortcut). You can now move the icon anywhere on your desktop or start menu. 
  554. The same can be achieved for others by substituting these values:
  555. For Dial Up Networking
  556. Dial-Up Networking.{992CFFA0-F557-101A-88EC-00DD010CCC48}
  557. For Printers
  558. Printers.{2227A280-3AEA-1069-A2DE-08002B30309D}
  559. For Control Panel
  560. Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}
  561. My Computer
  562. My Computer.{20D04FE0-3AEA-1069-A2D8-08002B30309D}
  563. For Network Neighborhood
  564. Network Neighborhood.{208D2C60-3AEA-1069-A2D7-08002B30309D}
  565. For the Inbox
  566. InBox.{00020D75-0000-0000-C000-000000000046}
  567. For the Recycle Bin
  568. Recycle Bin.{645FF040-5081-101B-9F08-00AA002F954E}
  569. For more check out the HKEY_CLASSES_ROOT\CLSID key.
  570. @#$Key  2 Removing Item Types from the New Menu
  571. HKEY_CLASSES_ROOT\.txt\ShellNew
  572. When you right-click on your desktop or other selected applications there is a New sub-menu which contains 
  573. a list a default templates. This list can be modified to include only the templates you want.
  574.  
  575. Each template exists in the [HKEY_CLASSES_ROOT] hive associated with a file extension. Whether it is 
  576. visible or not in the New menu is controlled by whether the related entry has a sub-key called 'ShellNew'.
  577.  
  578. For example on the New menu there is usually an entry for "Text Document". This is visible because of the 
  579. key: [HKEY_CLASSES_ROOT\.txt\ShellNew] If you were to rename the key so it no longer had a sub-key 
  580. called 'ShellNew' by changing it to [HKEY_CLASSES_ROOT\.txt\ShellNewOld] it would disappear from the 
  581. New menu.
  582.  
  583. 1. Open Regedit, and using the Find function (Ctrl+F) search for any values of 'ShellNew'.
  584. 2. Several should be found under the [HKEY_CLASSES_ROOT] hive, if you do not want them to be displayed 
  585. rename 'ShellNew' to 'ShellNewOld'.
  586.  
  587. Note: Changes should take place immediately without needing to reboot.
  588. @#$Node 1 Menu
  589. @#$Key  2 How to set the delay for cascading menus?
  590. HKEY_CURRENT_USER\Control Panel\Desktop\MenuShowDelay
  591. You may set a delay for open menu.
  592. Change the Value "MenuShowDelay".
  593. @#$Key  2 Easily Use Notepad to Open a File
  594. HKEY_CLASSES_ROOT\*\shell
  595. Enabling this setting will allow you to use Notepad to open a file by simply right clicking on the icon. Also the 
  596. Notepad will be used to open the files by default if no association already exists.
  597.  
  598. 1. Go to the key "HKEY_CLASSES_ROOT\*\shell", if it doesn't exist create it.
  599. 2. Under shell create a new key called open, and edit the string "(Default)" to read "Open With Notepad".
  600. 3. Under open create a new key called command, and edit the string "(Default)" to read "notepad.exe %1".
  601.  
  602. Now when you right click on a file you should see "Open with Notepad" as one of the options.
  603. @#$Key  2 Add the QuickView Option to All Files
  604. HKEY_CLASSES_ROOT\*\QuickView
  605. If you ever wanted to add QuickView to the context menu of all file types, it may be a tedious task doing so 
  606. using Windows Explorer's Options - File Type window. This tip shows how to do it in a couple of easy steps.
  607. 1. Open the registry and create a sub-key called QuickView in HKEY_CLASSES_ROOT\*. In the (Default) the 
  608. the sub-key, type an asterisk ->*.
  609. 2. Close the registry and open an Explorer window. Right-click on any file and the QuickView command will 
  610. appear.
  611.  
  612. Note: You need to have QuickView installed on your PC. If not, Go to Control Panel, Add/Remove Programs 
  613. and add it from the Accessories group in the Windows Setup tab.
  614.  
  615.  
  616. @#$Key  2 How to add an item to the context menu?
  617. HKEY_CLASSES_ROOT\Unknown
  618. 1. Open a key
  619. 2. Click on the Shell subkey and right click on it. 
  620. 3. Add a new key with the name you want to be displayed, e.g. the name of the application. 
  621. 4..Right click on the new subkey and add newt key  "Command". 
  622. 5. Click on the newly created Command and double click on "(Default)" 
  623. 6 .Enter the path and name of the executable with %1, i.e.  c:\program files\myedit\myedit.exe %1 
  624. @#$Node 0 Internet
  625. @#$Key  1 Change the default Internet Browser
  626. HKEY_CLASSES_ROOT\http\shell\open\command
  627. Change the Default value to
  628. c:\ie5\iexplore.exe -nohome              for Internet Explorer or
  629. c:\Netscape\netscape.exe -h "%1"  for Netscape
  630. @#$Key  1 Use DDE for Internet browser
  631. HKEY_CLASSES_ROOT\http\shell\open\ddeexec\Application
  632. Change the Default value to "NSShell" for Netscape or "IExplore" for Internet Explorer.
  633. Also, you may set it for "https" protocol.
  634. @#$Key  1 Add your command to the Internet Explorer context menu
  635. HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt
  636. 1. Under the main key you need create a subkey with any name.
  637. 2. Edit Default value of the new key and type in it the full path your file.
  638.      For example: "c\windows\greatissoft.htm".
  639. 3. Add a new binary value Context and set it to the 1.
  640. OK!
  641.  
  642. @#$Key  1 How can I get back the confirmation box about execution EXE files in IE?
  643. HKEY_CLASSES_ROOT\Exefile
  644. In Internet Explorer, when I download things from the Internet, it asks whether I should save the .EXE file to 
  645. disk or if it should just run it. There is also a selection for it not to ask me again. I told it to open the file, and 
  646. never to ask me again, but I have changed my mind. How do I get the dialog box back? The setting is in 
  647. HKEY_CLASSES_ROOT\Exefile for either Windows NT or Windows 95.
  648. Change the EditFlags value from d8 07 01 00 (don't ask any more) to d8 07 00 00 (ask every time). 
  649. @#$Key  1 How to change a dial-up user name?
  650. HKEY_CURRENT_USER\RemoteAccess\Profile\
  651. 1. Go to the Key.
  652. 2. Open a subkey with a your dial-up name.
  653. 3. Change a value "User" to desired name.
  654. 4. Logoff and logoon again.
  655. @#$Key  1 Increase perfomance of Internet conncetion by change MTU value
  656. HKLM\System\CurrentControlSet\Services\Class\NetTrans\
  657. By default, Windows NT attempts to discover the maximum transmission unit (MTU) of all connections
  658. beyond your local subnet. Limiting TCP segments to this size reduces fragmentation at the routers along
  659. your connection path, increasing your throughput. You may have inadvertantly disabled this feature while
  660. tuning your network. 
  661. Tip!
  662. You can change this value for network adaper or dial-up adapter!
  663. 1. Go to the Key. There are many subkeys under it (0000,0001,0002...). 
  664.     Find a key with the value "DriveDesc"="TCP/IP".
  665. 2. If a DWORD value MaxMTU not exists, create it. Set it to 576.
  666. MaxMTU specifies the maximum size datagram IP that can pass to a media driver. Subnetwork Access 
  667. Protocol (SNAP) and source routing headers (if used on the media) are not included in this value. For example, 
  668. on an Ethernet network, MaxMTU will default to 1500. The actual value used will be the minimum of the value 
  669. specified with this parameter and the size reported by the media driver. The default is the size reported by the 
  670. media driver; an Ethernet network defaults to 1500 bytes and a Point-to-Point (PPP) Protocol dial-up 
  671. connection defaults to 576 bytes.
  672. @#$Node 0 Security
  673. @#$Key  1 Locking down that desktop
  674. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
  675. Desktop restrictions can be implemented by editing the following Explorer values in the registry: (all values
  676. default to 0)
  677.  
  678. NoCommonGroups REG_DWORD
  679. set it to 1 so that common program groups do not appear on the Start menu.
  680.  
  681. NoDesktop REG_DWORD 
  682. set it to 1 to hide all desktop icons.
  683.  
  684. NoDrives REG_DWORD
  685. The low order (right most) bit is drive A: while the 26th bit is Drive Z:
  686. To hide a drive, turn on its' bit. These drives will still appear in File Manager. To remove File Manager,
  687. delete winfile.exe.
  688. If your not happy working in Hex, add these decimal number to hide the drive(s):
  689. A: 1, B: 2, C: 4, D: 8, E: 16, F: 32, G: 64, H: 128, I: 256, J: 512, K: 1024, L: 2048, M: 4096, N: 8192, O:
  690. 16384, P: 32768, Q: 65536, R: 131072, S: 262144, T: 524288, U: 1048576, V: 2097152, W: 4194304, X:
  691. 8388608, Y: 16777216, Z: 33554432, ALL: 67108863 
  692.  
  693. NoFileMenu REG_DWORD
  694. If set to 1, the File menu in Explorer is removed.
  695.  
  696. NoFind REG_DWORD
  697. set it to 1 to remove the Find command from the Start Menu.
  698.  
  699. NoNetConnectDisconnect REG_DWORD
  700. A value of 1 removes the "Map Network Drive" and Disconnect Network Drive menu and right click
  701. options.
  702.  
  703. NoNetHood REG_DWORD
  704. Set it to 1 to remove the Network Neighborhood icon and prevent network access from explorer (it will
  705. still work from a command prompt).
  706.  
  707. NoRun REG_DWORD
  708. If set to 1, the Run command is removed from the Start menu.
  709.  
  710. NoSetFolders REG_DWORD
  711. Set it to 1 to hide Control Panel and Printers and My Computer in Explorer and on the Start Menu.
  712.  
  713. NoSetTaskbar REG_DWORD
  714. If set to 1, only Drag and Drop can be used to alter the Start Menu and Desktop. The Taskbar does not
  715. appear on the Start Menu.
  716.  
  717. NoTrayContextMenu REG_DWORD
  718. If set to 1, menus do not display upon right click of the taskbar, start button, clock, or taskbar application
  719. icons. The entry is only available for NT 4.0 with SP 2 or greater.
  720.  
  721. NoViewContextMenu REG_DWORD
  722. If set to 1, menus do not display upon right click of the desktop or Explorer's results pane. The entry is
  723. only available for NT 4.0 with SP 2 or greater.
  724.  
  725. RestrictRun REG_DWORD
  726. Set it to 1 and only programs that you define at: 
  727. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\RestrictRun
  728. can be run on the Workstation. 
  729.  
  730. NoClose REG_DWORD
  731. Set it to 1 to remove the ShutDown button from the Start Menu. This does not disable shutdown from
  732. CTRL+ALT+DEL. To totally disable a users ability to shutdown, remove the "advanced" right to
  733. "Shutdown the System" from Policies/User Rights of User Manager for Domains.
  734.  
  735. EnforceShellExtensionSecurity - A value of 1 causes Windows NT to only load the shell extensions
  736. listed in the Approved subkey
  737. (HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Shell
  738. Extensions\Approved). 
  739.  
  740. NoDriveAutoRun - A bitmapped value (see NoDrives from Tip 050) that determines wether the autorun
  741. feature is disabled on that drive. If the drives bit is set to 1, autorun (see tip 007) is disabled.
  742.  
  743. NoSaveSettings - A value of 1 prevent changes to the positions of icons and open windows, and the size
  744. and position of the taskbar from being saved.
  745.  
  746. NoStartBanner - A value of 1 hides the arrow and Click here to begin caption that appear on the
  747. taskbar when you start Windows NT.
  748.  
  749. NoStartMenuSubFolders - Hides the folders at the top section of the Start menu when the value is set to
  750. 1. Items appear, but folders are hidden.
  751.  
  752. To really lock down the desktop, replace the Explorer or Progman shell with your own launcher. Edit
  753. HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon\Shell and
  754. replace the current .exe with YourOwnLauncher.exe.
  755. @#$Key  1 Restricting system features
  756. HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\POLICIES\SYSTEM
  757. To restrict the use of system features, edit: (the System sub-key must be added)
  758. All of the following entries are type REG_DWORD and have a default of 0. If these entries are set to 1,
  759. the restriction is enabled.
  760.  
  761. DisableTaskMgr - Prevents TaskMgr.exe from running. This entry is only supported from NT 4.0 with
  762. SP2 or greater.
  763.  
  764. NoDispAppearancePage - Removes the ability to change the colors or color scheme on the desktop from
  765. Control Panel.
  766.  
  767. NoDispBackgroundPage - Removes the ability to change wallpaper and backround pattern from Control
  768. Panel.
  769.  
  770. NoDispCPL - Disables the Display option in Control Panel
  771.  
  772. NoDispScrSavPage - The Screen Saver tab does not appear in the Display Properties page of Control
  773. Panel.
  774.  
  775. NoDispSettingsPage - The Settings and Plus tab do not appear in the Display Properties page of Control
  776. Panel.
  777.  
  778. DisableLockWorkstation - To disable the Lock Workstation button, Add Value
  779.      DisableLockWorkstation
  780.      0, the default, leaves it enabled.
  781.      1 disables the Lock Workstation button
  782.  
  783.  DisableChangePassword - To disable the Change Password button, Add Value
  784.      DisableChangePassword
  785.      0, the default, leaves it enabled.
  786.      1 disables the Change Password button
  787. @#$Key  1 A few more restrictions
  788.  HKEY_CURRENT_USER\Software\Microsoft\Windows
  789. A few more restrictions are located at HKEY_CURRENT_USER\Software\Microsoft\Windows:
  790.  
  791. NoWorkgroupContents - If the value of this entry is 1, Network Neighborhood does not display
  792. computers in the local workgroup or domain.
  793.  
  794. NoEntireNetwork - A value of 1 restricts Network Neighborhood from displaying or accessing
  795. computers outside the local workgroup or domain. The user can still use the Start/Run, Map/Connect
  796. Network Drive, and the Command Prompt. 
  797. @#$Key  1 Hide the computer from Network Browsers
  798. HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\SERVICES\LANMANSERVER\PARAMETERS 
  799. Set the value "Hidden" from 0 to 1.
  800. You should then reboot. 
  801. You can also type "net config server /hidden:yes"
  802. @#$Key  1 Set access to own registry from other users
  803. HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\CONTROL\SECUREPIPESERVERS 
  804. Under the main key add  new key "winreg".
  805. You need reboot.
  806. To add users to allowed list add the keys:
  807. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurePipeServers\winreg\AllowedPaths\M
  808. achine.
  809. Create the values  with machine names that can allowed access to your registry.
  810. @#$Node 0 My bookmarks
  811. @#$Key  1 RegRun II
  812. HKEY_CURRENT_USER\Software\Greatis\Regrun2
  813. @#$Key  1 Audio CD Player
  814. HKEY_CLASSES_ROOT\AudioCD\shell\play\command
  815. @#$Node 0 WWW Links
  816. @#$Key  1 NT FAQ
  817. http://www.ntfaq.com
  818. You have a question?
  819. Go to NTFAQ! 
  820. @#$Key  1 NT Registry Hacks
  821. http://www.jsiinc.com
  822. Many Tips and Hacks!
  823. @#$Key  1 SysInternals
  824. http://www.sysinternals.com
  825. Utilities, source and articles
  826. @#$Key  1 RegEdit.com
  827. http://regedit.com
  828. Tips, tricks and forums.
  829.  
  830.  
  831.  
  832.  
  833. @#$Key  1 NT BugTraq
  834. http://www.ntbugtraq.com/
  835. @#$Key  1 Beverlry Hills Software
  836. http://www.bhs.com/
  837. @#$Key  1 Windows NT Magazine
  838. http://www.winntmag.com/
  839. @#$Key  1 NT Security
  840. http://www.ntsecurity.com/
  841. @#$Key  1 Miningco
  842. http://windowsnt.miningco.com
  843. Articles, programs etc.
  844.  
  845.  
  846.